Schnittstelle VisibilitySetting

Alle bekannten Unterschnittstellen:
ObjectSetting<T>
Alle bekannten Implementierungsklassen:
DiffGroup.GroupType, Modification.ModificationType, Settings.EXPORT, Settings.FILTER, Settings.METAOPTION, Settings.OPTION

public interface VisibilitySetting
A visibility setting for the comparison. (For example marker color, export) The default implementations can be found in Settings.
Seit:
4.1
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    default String
    Returns the translation key for this setting.
    The Visibility Type for this Setting (Enum)
    The value of the enum
  • Methodendetails

    • name

      String name()
      The value of the enum
      Gibt zurück:
      value of the enum
      Seit:
      4.1
    • getTyp

      String getTyp()
      The Visibility Type for this Setting (Enum)
      Gibt zurück:
      Type of Enum
      Seit:
      4.1
    • getTranslationKey

      default String getTranslationKey()
      Returns the translation key for this setting. Usually it's the name to lower case.
      Gibt zurück:
      the translation key for this setting
      Seit:
      4.1